@charset "utf-8";
/* CSS Document */

/* 新デザイン用 */
.entry * {box-sizing: content-box;}
body {font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;}
.main {background: #fff;}
.side_outer {display: none;}
.entry {border: none;padding: 0;}
/*.entry a {color: initial;}
.entry a[target="_blank"]::after {content: none;}*/
.article_txt {margin-bottom: 35px;}
.page_title--box {
	background: url("/research/frontiers/common/img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	font-family: "HiraMinPro-W6",serif;
}
.page_title {
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  font-family: "HiraMinPro-W6",serif;
  color: #fff;
  text-shadow: none;
}
.page_title > small{
  font-size: 1.6rem;
}
.breadcrumb_list {margin-bottom: 90px;}
.breadcrumb_item a[href] {color: #000;}
/* ---------------------*/

.entry {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.article_txt {
	margin-bottom: 30px;
}
.concierge_column--title {
	font-size: 3rem;
	font-weight: bold;
	color: #0D3D17;
	margin-bottom: 10px;
}
.concierge_column--subtitle {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 35px;
}
.concierge_column--label {
	padding: 3px 18px;
	font-size: 1.4rem;
	display: inline-flex;
	gap: 15px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	background: #0D3D17;
	& time {
		font-weight: normal;
	}
}
.concierge_column--name {
	padding: 3px 18px;
	font-size: 3rem;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	gap: 5px 15px;
	margin-bottom: 20px;
	background: #0D3D17;
	color: #fff;
	& mark {
		padding: 2px 6px;
		display: inline-block;
		background: #fff;
		color: #0D3D17;
		font-size: 1.4rem;
	}
	& span {
		font-size: 1.4rem;
	}
}
.concierge_column--headline {
	font-size: 2.2rem;
	color: #0D3D17;
	margin-bottom: 30px;
}

.article_txt--btn {
  text-align: center;
  margin: 60px auto 0;
}
.article_txt--btn a {
  display: flex;
  justify-content: center;
  width: 230px;
  padding: 10px 20px;
  background: #0d3d17;
  color: #fff;
  font-weight: bold;
  &:hover {text-decoration: none;}
}

@media screen and (max-width: 767px) {
	.page_title--box {
			background: url("/research/frontiers/common/img/main-visual_sp.png") no-repeat center center;
			background-size: auto;
			background-size: cover;
	}
	.breadcrumb_list {margin-bottom: 50px;}
/* ---------------------*/
	.concierge_column--title {font-size: 2.4rem;}
	.concierge_column--subtitle {font-size: 1.8rem;}
	.concierge_column--headline {font-size: 1.8rem;}
	.concierge_column--name {
		font-size: 2.4rem;
		padding: 10px 18px;
		flex-wrap: wrap;
		& mark {
			margin-right: 100%;
      min-width: 138px;
		}
	}
}